Welcome![Sign In][Sign Up]
Location:
Search - multicast in java

Search list

[Communicationjavaudpbroadcastchat

Description: 自己做的一个java 的聊天工具,主要向实现的事udp的广播、多播识别用户,可以突破局域网的限制,最主要的是想实现文件的广播传送,以及多人的广播语音,最后由于毕业,只完成,语音部分。-have done a java chat tool to achieve the main thing udp in broadcasting, multicast identifies the user, can overcome the limitations LAN, the most important thing is to realize documents broadcasting transmission, and the voice over the radio, finally graduated, completed only voice part.
Platform: | Size: 1258945 | Author: 赵金 | Hits:

[Otherjiaohuanjimoni

Description: 编写本程序时,所使用的是传输层的UDP协议,不分服务器和客户端,采用对等实体的形似实现信息的传输。运用java.net.DatagramPacket类和java.net.DatagrameSocket类实现套接和数据的传输。并且采用组播形式进行数据信息的传递。使用三个简单协议数据单元(PDU),即JOIN PDU,LEAVE PDU,MESSAGE PDU。分别表示首次连接时组播的数据报、用户离开时组播的数据报,用户输入完消息时组播的数据报。-preparation of this procedure, which is used in the transport layer UDP, regardless of the server and client, used such entities to realize the huge information transmission. Java.net.DatagramPacket use category and java.net.Data grameSocket Class of molars and data transmission. And using multicast form of the transfer of data information. Use three simple protocol data unit (PDU), the PDU JOIN, LEAVE PDU. MESSAGE PDU. , Said the first link multicast data reported that users leave multicast data reported, End user input information on the multicast data reported.
Platform: | Size: 1451910 | Author: 水依 | Hits:

[Otherjiaohuanjimoni

Description: 编写本程序时,所使用的是传输层的UDP协议,不分服务器和客户端,采用对等实体的形似实现信息的传输。运用java.net.DatagramPacket类和java.net.DatagrameSocket类实现套接和数据的传输。并且采用组播形式进行数据信息的传递。使用三个简单协议数据单元(PDU),即JOIN PDU,LEAVE PDU,MESSAGE PDU。分别表示首次连接时组播的数据报、用户离开时组播的数据报,用户输入完消息时组播的数据报。-preparation of this procedure, which is used in the transport layer UDP, regardless of the server and client, used such entities to realize the huge information transmission. Java.net.DatagramPacket use category and java.net.Data grameSocket Class of molars and data transmission. And using multicast form of the transfer of data information. Use three simple protocol data unit (PDU), the PDU JOIN, LEAVE PDU. MESSAGE PDU. , Said the first link multicast data reported that users leave multicast data reported, End user input information on the multicast data reported.
Platform: | Size: 1452032 | Author: 水依 | Hits:

[JSP/Javajgroup

Description: java实现的一个简单组播通信聊天工具,利用开源工具包JGroup实现,界面部分由SWT实现-java to achieve a simple chat tool for multicast communication, using open-source toolkit JGroup achieved in part by the SWT interface to achieve
Platform: | Size: 7168 | Author: luborong | Hits:

[Software EngineeringMulticastClient

Description: MulticastClient.java broadcasts message on port 1115. This introduces you how to deliver or transmit data in network and describes the fundamental of various techniques like: unicast, broadcast and multicast.
Platform: | Size: 4096 | Author: suji | Hits:

[Software EngineeringMulticastinginJava

Description: Multicasting in java This article deals primarily with the subject of multicast communication in Java.
Platform: | Size: 11264 | Author: suji | Hits:

[Other systemsSrc

Description: this code contains the src for video conferencing software with multicast suport
Platform: | Size: 571392 | Author: sandeep | Hits:

[Communication92

Description: This tutorial gives a survey of actual used techniques for multicast streaming video. We first discuss important issues in video streaming namely video compression techniques and video compression standards. We then present the challenges in multicast video streaming and we give a detailed description of recent proposals for multicast video streaming. We classify these solutions into four approaches depending on the techniques used to adapt the reception video quality and on the source/receiver/network role
Platform: | Size: 75776 | Author: Ahmed | Hits:

[ICQ-IM-ChatMultiCast1

Description: 分布式计算中的组播聊天室 主要应用socket技术-Distributed computing in the main application of multicast socket technology chat room
Platform: | Size: 12288 | Author: 杨万民 | Hits:

[JSP/Javajava

Description: Java入门基本源代码,包括采用UDP数据报通信实现的点对点聊天、创建Access数据库student及表、对MySQL数据库执行SQL语句创建stuinfo表、连接指定数据库并获得数据库属性信息、用于控制网络考试时间的组播、执行插入和删除数据的SQL语句、组播聊天-Introduction to the basic Java source code, including the use of UDP datagram to achieve point to point communication chat, create a student and the Access database tables, execute SQL statements on the MySQL database to create stuinfo table, specify the database connection and access to property information database, used to control the network test time multicast, insert and delete data in SQL statements, multicast chat
Platform: | Size: 69632 | Author: 武林 | Hits:

[JSP/Javam2

Description: java写的,基于局域网的多播协议的信息传输工具。可以再关闭后隐藏在系统托盘区。-Java written, the multicast protocols based on local area network information transmission tools. Can again after the close of the system tray hidden in.
Platform: | Size: 11264 | Author: cola | Hits:

[Grid Computingjavazeromq

Description: This Java bridge to zeromq without JNI. TCP subcriber/publisher are currently supported. Ø MQ (ZeroMQ, 0MQ, zmq) looks like an embeddable networking library but acts like a concurrency framework. It gives you sockets that carry whole messages across various transports like in-process, inter-process, TCP, and multicast. You can connect sockets N-to-N with patterns like fanout, pub-sub, task distribution, and request-reply. It s fast enough to be the fabric for clustered products. Its asynchronous I/O model gives you scalable multicore applications, built as asynchronous message-processing tasks. It has a score of language APIs and runs on most operating systems. Ø MQ is from iMatix and is LGPL open source.-This is Java bridge to zeromq without JNI. TCP subcriber/publisher are currently supported. Ø MQ (ZeroMQ, 0MQ, zmq) looks like an embeddable networking library but acts like a concurrency framework. It gives you sockets that carry whole messages across various transports like in-process, inter-process, TCP, and multicast. You can connect sockets N-to-N with patterns like fanout, pub-sub, task distribution, and request-reply. It s fast enough to be the fabric for clustered products. Its asynchronous I/O model gives you scalable multicore applications, built as asynchronous message-processing tasks. It has a score of language APIs and runs on most operating systems. Ø MQ is from iMatix and is LGPL open source.
Platform: | Size: 19456 | Author: Oleg | Hits:

[JSP/JavaMulticast-chat

Description: 在java平台上实现多人聊天,在此利用socket通信机制实现,类似于网上QQ多人聊天-The java platform to achieve more than chat, in the use of socket communication mechanisms, similar to the QQ online multiplayer chat
Platform: | Size: 17408 | Author: 舒忠明 | Hits:

[Internet-NetworkMulticastSocketTest

Description: java网络编程中组播的实现,适合java网络编程初学者!-Implementation of Java multicast in network programming, suitable for Java network programming for beginners!
Platform: | Size: 2048 | Author: lsb | Hits:

[Process-Threadgxoup

Description: 组播组中发送和接受数据,希望对JAVA同行们有用!谢谢下载!-Send and receive data in multicast group, in the hope that useful to JAVA counterparts!
Platform: | Size: 95232 | Author: oezfarm | Hits:

[OS program80770555

Description: 组播组中发送和接受数据,希望对JAVA同行们有用!谢谢下载!-Send and receive data in multicast group, in the hope that useful to JAVA counterparts!
Platform: | Size: 154624 | Author: pinimus | Hits:

[Other Web Code9581452

Description: 组播组中发送和接受数据,希望对JAVA同行们有用!谢谢下载!-Send and receive data in multicast group, in the hope that useful to JAVA counterparts!
Platform: | Size: 154624 | Author: mirrt | Hits:

[JSP/JavaJavaGroups-0.9.5

Description: JavaGroups是一个可靠的群组通讯Java工具包。它基于IP组播(IP multicast),但在可靠性,组成员管理上对它作了扩展。 JavaGroups的成员关系管理体现在: 1,可以知道组内有哪些成员 2,成员的加入,离开,掉线等的通知 JavaGroups的主要功能特征: - 组的创建与删除。组成员能在LAN或WAN环境内互相发送消息 - 组的成员加入或离开 - 组成员的检测和通知:加入,离开,掉线 - 检测与移除已掉线的成员 - 消息的组播 (member-to-group或point-to-multipoint) - 消息的点对点发送 (member-to-member或point-to-point) - 支持UDP (IP Multicast), TCP, JMS等传输协议 - 免费开放源代码(LGPL)(JavaGroups is a reliable group communication Java toolkit. It is based on IP multicast (IP multicast), but it is extended on reliability, group membership management. JavaGroups membership management is embodied in: 1, you can know who are members of the group 2, members of the admission, leaving, dropping, etc. notice The main functional features of JavaGroups: - creation and deletion of groups. Group members can send messages to each other in a LAN or WAN environment - members of the group join or leave - check and notify members of the group: join, leave, disconnect Detect and remove members who have been dropped Message multicast (member-to-group or point-to-multipoint) - send point to point messages (member-to-member or point-to-point) - support UDP (IP, Multicast), TCP, JMS and other transport protocols - free open source code (LGPL))
Platform: | Size: 337920 | Author: 彤彤1 | Hits:

[JSP/Java15685476

Description: 组播组中发送和接受数据,希望对JAVA同行们有用!谢谢下载!(Send and receive data in multicast group, in the hope that useful to JAVA counterparts!)
Platform: | Size: 94208 | Author: 邹小雪 | Hits:
« 1 2»

CodeBus www.codebus.net